home *** CD-ROM | disk | FTP | other *** search
/ Universo Animado +De 30 Games / Universo Animado CD Expert (CCD).img / bug_demo / install.dat < prev    next >
Text File  |  1997-12-19  |  2KB  |  98 lines

  1. /*INSTALL.DAT
  2.  
  3.   Project: CdExpert - Universo Animado 
  4.   Version: 1.0  */
  5.  
  6. @DefineProject
  7.     
  8.     @Name = "CdExpert - Universo Animado"
  9.     @Version = "1.0"
  10.     @OutDrive = @WinDrive
  11.     @SubDir = "@dir"
  12.     
  13. @EndProject
  14.  
  15. @DefineVars
  16.  
  17. /*     Definir varißveis       */
  18.  
  19. @Qstring @Item1 = "Bug!.exe"
  20. @Qstring @Item2 = "Bug!.bak"
  21. @Qstring @Item3 = "Bug!.cfg"
  22. @Qstring @Item4 = "Bug!.inf"
  23. @Qstring @Item5 = "l01.lvl"
  24. @Qstring @Item6 = "l43.lvl"
  25. @Qstring @Item7 = "l99.lvl"
  26. @Qstring @Item8 = "w00.snd"
  27. @Qstring @Item9 = "w01.snd"
  28. @Qstring @Item10 = "@OutDrive:\\bug\\bug!.exe,Bug"
  29. @Qstring @bug = "\\BUG_demo"
  30. @dir @bugdestino = "c:\\bug"
  31.  
  32. @EndVars
  33.  
  34. @Display
  35.     
  36.        @Cls        
  37.  
  38.        Esse  programa irß realizar a instalaτπo de BUG, necessitando 5 Mb  
  39.        disponφveis no seu HD.
  40.  
  41.        Esse procedimento leva alguns instantes. Por favor, aguarde...    
  42.        
  43. @Pause
  44.  
  45. @ProgramManager("[ShowGroup(Bug!,6)][DeleteGroup(Bug!)]")
  46.     
  47. @EndDisplay
  48.  
  49.      @Mkdir("C:\\BUG")        
  50.  
  51. /* copia arquivos */
  52.  
  53. @DefineDisk
  54.  
  55.     @Label = "Disk #1"
  56.  
  57.     @file @bug\@item1    @out @bugdestino\*.*
  58.     @file @bug\@item2    @out @bugdestino\*.*
  59.     @file @bug\@item3    @out @bugdestino\*.*
  60.     @file @bug\@item4    @out @bugdestino\*.*
  61.     @file @bug\@item5    @out @bugdestino\*.*
  62.     @file @bug\@item6    @out @bugdestino\*.*
  63.     @file @bug\@item7    @out @bugdestino\*.*
  64.     @file @bug\@item8    @out @bugdestino\*.*
  65.     @file @bug\@item9    @out @bugdestino\*.*
  66.     /* @FileAttr("@OutDrive:\\Bug\\*.*", "r-") */
  67. @EndDisk
  68.  
  69. @ProgramManager("[CreateGroup(Bug)][AddItem(@Item10)]")
  70.  
  71. @Finish
  72.  
  73. @Cls        
  74.        
  75.     Instalaτπo Completa !!
  76.     
  77.     Para um aproveitamento total do CD, leia os textos de ajuda dos
  78.         jogos e o LEIAME.
  79.     
  80.              Bom divertimento !!
  81.  
  82.  
  83.     CdExpert (c) 1997
  84.  
  85.  
  86. @Pause
  87.  
  88. @Exit
  89.  
  90. @EndFinish
  91.  
  92. /*@Exit*/
  93.     
  94. /* end-of-file */
  95.  
  96.  
  97.  
  98.